func runtime.pidleput

6 uses

	runtime (current package)
		proc.go#L2718: 	pidleput(pp, 0)
		proc.go#L3081: 	now = pidleput(pp, now)
		proc.go#L3413: 		pidleput(pp, now)
		proc.go#L3420: 		pidleput(pp, now)
		proc.go#L5303: 			pidleput(pp, now)
		proc.go#L6096: func pidleput(pp *p, now int64) int64 {